From 4980f620f974698bc40137e1343a152388ac83c6 Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Sun, 7 Mar 2021 20:59:01 +0100 Subject: [PATCH] g-i: update distribute_natural_allocation annotation --- gtk/gtksizerequest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtksizerequest.c b/gtk/gtksizerequest.c index 5fc499c4b0..1b315b6177 100644 --- a/gtk/gtksizerequest.c +++ b/gtk/gtksizerequest.c @@ -676,7 +676,7 @@ compare_gap (gconstpointer p1, * @extra_space: Extra space to redistribute among children after subtracting * minimum sizes and any child padding from the overall allocation * @n_requested_sizes: Number of requests to fit into the allocation - * @sizes: An array of structs with a client pointer and a minimum/natural size + * @sizes: (array length=n_requested_sizes): An array of structs with a client pointer and a minimum/natural size * in the orientation of the allocation. * * Distributes @extra_space to child @sizes by bringing smaller -- 2.30.2